Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix git issues #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix git issues #78

wants to merge 2 commits into from

Conversation

BartBucknill
Copy link
Collaborator

@BartBucknill BartBucknill commented Jul 16, 2017

The latest pull request that we made intended to fix our git issues was for finishing-touches branch, but this was problematic as it overwrote changes in dom.js and logic.js, and if merged would have reverted them to an earlier state.

In order to fix the problems we were having with git I did the following:

  • checkout out finishing-touches branch locally
  • copy and paste all html and css into a completely separate file
  • checked out master
  • created a new branch (fix-git-issue) from master
  • replaced all css and html in this new branch with that copied from the finishing-touches branch

I have tested this branch locally and it works and looks OK. The only problems I find are:

  • the file London-tube.ttf is missing from this branch, and as it is referenced in our app this causes an error in console. I can't locate this file. If someone else has it, perhaps they could add it to this branch before merge?
    I realised that the font was actually in the finishing-touches branch, so I've added it to fix-git-issues, and I have removed 3 unused images files (fire and underground).

  • on small screens the button container is noticeably off centre, and some of the line names get cut off rather than wrapping. I'm not sure if there was already a fix for these issues in one of the other branches? If so, perhaps we could just add it to this branch before merging?

Copy link
Collaborator

@rebecacalvoquintero rebecacalvoquintero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good to me. The only thing is that font face class added to the css. Was that added before? If not, what does it do? thanks!!!=)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants